Insert Method (MapCollectionBase<T>)
In This Topic
Inserts an item ot the collection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As _
)
public void Insert(
int ,
)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the collection.
See Also